Provisioning scripts for vagrant#3
Merged
nickelsen merged 3 commits intoggtracker:masterfrom Apr 17, 2016
gravelweb:auto-install
Merged
Provisioning scripts for vagrant#3nickelsen merged 3 commits intoggtracker:masterfrom gravelweb:auto-install
nickelsen merged 3 commits intoggtracker:masterfrom
gravelweb:auto-install
Conversation
Remove dependency on juggernaut since it is pulled during esdb install.
README.md
Outdated
| * Note: You need to run ggtracker webapp like this `ESDB_HOST=172.28.128.3:9292 foreman start` (change ip accordingly) | ||
| * Find code in /vagrant `cd /vagrant` | ||
| * Start the application (requires 2 ssh sessions, or run them as background jobs) | ||
| * ESDB: `(cd esdb && ESDB_HOST=172.28.128.3:9292 foreman start)` (change IP accordingly) |
Collaborator
There was a problem hiding this comment.
Isn't this the other way around - ESDB_HOST is a parameter for ggtracker's foreman start?
Member
There was a problem hiding this comment.
@nickelsen you are correct, it's ggtracker that needs to know the ESDB_HOST
Collaborator
|
This is awesome - I did this manually so many times while testing the stack - will save soo much time! Once the esdb dependency is merged, we'll pull this! |
Member
|
@nickelsen when you say "esdb dependency" are you referring this pull request that has been merged already? dsjoerg/esdb#4 |
Member
|
This PR is still waiting on nickelsen/esdb#1 which has been requested to be re-submitted against dsjoerg/esdb |
Author
|
Now waiting on dsjoerg/esdb#5 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tested this from clean, and reruning from
vagrant sshviacd /vagrant && bash install-ggtrackerstack.sh.Depends on two other pull requests:
nickelsen/ggtracker#2
nickelsen/esdb#1